Removes an item from the collection.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function Remove ( _
	item As T _
) As Boolean
C#
public bool Remove(
	T item
)

Parameters

item
Type: T
An item to remove.

Return Value

True if the item was removed; false if not removed.

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also